Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change icon colour for disabled pipelines to be more visible #552

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Jonny-vb
Copy link

@Jonny-vb Jonny-vb commented Dec 5, 2024

Change icon colour for disabled pipelines to be more visible.
Fixes #550

Testing done

Testing done by locally changing css of Jenkins instance

Before:
image

After:
image

Submitter checklist

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests - that demonstrates feature works or fixes the issue

@Jonny-vb Jonny-vb requested a review from a team as a code owner December 5, 2024 17:14
@@ -342,6 +342,11 @@
background-color: #494D4E !important;
color: #9C9E9E !important;
}

.icon-disabled .svg-icon {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thoughts @janfaracik ?

I think there's probably a better fix somewhere, the theme tries to just set colors and doesn't have any other CSS rules (apart from the theme above for codemirror)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I missed that this was in the codemirror theme section - it was just the closest looking bit to css that I understood. Happy to move it elsewhere if needed.
It was hard to test the exact change as chrome developer tools fails to load any of the .scss files, but I arrived at this by editing theme-dark/theme.css which looks to be generated from this?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes that is the right file.

The right fix is likely in https://github.com/jenkinsci/jenkins

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure I follow, I think the theme-dark/theme.css file is derived from this file and it doesn't seem to exist in the core. Which makes sense as the core doesn't have any concept of a dark theme?
The core contains _icons.scss which sets the normal colours for the icons, but again has no concept of a dark theme: https://github.com/jenkinsci/jenkins/blob/0f0b023b0f96d795160544d2e56a4add7244c72e/src/main/scss/components/_icons.scss

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah I see now, thanks - I'll look at getting that updated to match

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disabled Status icon is not visible
2 participants